home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
game
/
shoot
/
ADoom_src_1_2.lha
/
ADoom_src
/
Graffiti_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-02-21
|
354b
|
18 lines
#ifndef LIB_PROTOS_H
#define LIB_PROTOS_H
#ifdef __cplusplus
extern "C" {
#endif
struct GRF_Screen* OpenChunkyScreen(int);
void CloseChunkyScreen(struct GRF_Screen* GrfStr);
void SetChunkyPalette(struct GRF_Screen* GrfStr,long *pal);
void CopyChunkyScreen(struct GRF_Screen* GrfStr,char *pic);
#ifdef __cplusplus
};
#endif
#endif